|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jme3.scene.Spatial
com.jme3.scene.Node
furny.jme.node.Arrow
public class Arrow
This is a simple arrow shape.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jme3.scene.Spatial |
|---|
com.jme3.scene.Spatial.BatchHint, com.jme3.scene.Spatial.CullHint |
| Field Summary | |
|---|---|
private float |
lineWidth
|
| Fields inherited from class com.jme3.scene.Node |
|---|
children |
| Fields inherited from class com.jme3.scene.Spatial |
|---|
batchHint, controls, cullHint, frustrumIntersects, key, localLights, localTransform, name, parent, queueBucket, queueDistance, refreshFlags, RF_BOUND, RF_LIGHTLIST, RF_TRANSFORM, shadowMode, userData, worldBound, worldLights, worldTransform |
| Constructor Summary | |
|---|---|
Arrow(com.jme3.math.Vector3f start,
com.jme3.math.Vector3f end,
float arrowSize,
float lineWidth,
com.jme3.asset.AssetManager assetManager)
Creates a new arrow. |
|
| Method Summary | |
|---|---|
private void |
addLine(java.lang.String name,
com.jme3.math.Vector3f start,
com.jme3.math.Vector3f end)
Adds one line to this node. |
| Methods inherited from class com.jme3.scene.Node |
|---|
attachChild, attachChildAt, breadthFirstTraversal, clone, collideWith, deepClone, depthFirstTraversal, descendantMatches, descendantMatches, descendantMatches, detachAllChildren, detachChild, detachChildAt, detachChildNamed, getChild, getChild, getChildIndex, getChildren, getQuantity, getTriangleCount, getVertexCount, hasChild, read, setLightListRefresh, setLodLevel, setMaterial, setModelBound, setTransformRefresh, swapChildren, updateGeometricState, updateLogicalState, updateModelBound, updateWorldBound, write |
| Methods inherited from class com.jme3.scene.Spatial |
|---|
addControl, addLight, breadthFirstTraversal, center, checkCulling, clone, forceRefresh, getBatchHint, getControl, getControl, getCullHint, getKey, getLastFrustumIntersection, getLocalBatchHint, getLocalCullHint, getLocalLightList, getLocalQueueBucket, getLocalRotation, getLocalScale, getLocalShadowMode, getLocalToWorldMatrix, getLocalTransform, getLocalTranslation, getName, getNumControls, getParent, getQueueBucket, getShadowMode, getUserData, getUserDataKeys, getWorldBound, getWorldLightList, getWorldRotation, getWorldScale, getWorldTransform, getWorldTranslation, hasAncestor, localToWorld, lookAt, matches, move, move, removeControl, removeControl, removeFromParent, removeLight, rotate, rotate, rotateUpTo, runControlRender, scale, scale, setBatchHint, setBoundRefresh, setCullHint, setKey, setLastFrustumIntersection, setLocalRotation, setLocalRotation, setLocalScale, setLocalScale, setLocalScale, setLocalTransform, setLocalTranslation, setLocalTranslation, setName, setParent, setQueueBucket, setShadowMode, setUserData, toString, updateWorldLightList, updateWorldTransforms, worldToLocal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final float lineWidth
| Constructor Detail |
|---|
public Arrow(com.jme3.math.Vector3f start,
com.jme3.math.Vector3f end,
float arrowSize,
float lineWidth,
com.jme3.asset.AssetManager assetManager)
start - Start point.end - End point.arrowSize - Size of the arrow.lineWidth - Width of the line.assetManager - The asset manager.| Method Detail |
|---|
private void addLine(java.lang.String name,
com.jme3.math.Vector3f start,
com.jme3.math.Vector3f end)
name - Name of the linestart - Start point of line.end - End point of line.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||